home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / COMPILER / GUAVAC / !Guavac / doc / NEWS < prev    next >
Text File  |  1997-11-10  |  3KB  |  55 lines

  1. -------------------------------------------------------------------------------
  2.                            Announcing: guavac 1.0
  3.                      A free compiler for the Java language
  4. -------------------------------------------------------------------------------
  5.  
  6. After twelve public beta releases, Effective Edge is proud to release version
  7. 1.0 of the guavac compiler.  This includes many bug fixes over previous
  8. versions as well as support for JDK 1.1 inner classes.
  9.  
  10. Guavac can be freely used and distributed under the terms of the Gnu Public
  11. License.  This is an early release and may be difficult for non-programmers
  12. to compile and use.
  13.  
  14. All materials needed to compile a Netscape/Explorer compliant applet are
  15. included in the guavac distribution.  NO proprietary code from Sun is needed,
  16. so other tool writers should feel free to include guavac in their systems.
  17.  
  18. Guavac was written in C++ to compile on any Unix system.  This has been
  19. tested under Solaris 2.x, SunOS 4.x, DEC OSF, Iris 5.3, HP/UX 9, and Linux 1.x 
  20. using gcc-2.7.2 and libg++-2.7.1 and binutils-2.6, but other operating systems
  21. should work without any major changes.
  22. *****************************************************************************
  23. * You absolutely need these, or later, versions, of gcc, libg++ and binutils *
  24. ******************************************************************************
  25.  
  26. A sparse little blurb about guavac can be found here:
  27.      http://http.cs.berkeley.edu/~engberg/guavac
  28.  
  29. Guavac sources are available here:
  30.      ftp://summit.stanford.edu/pub/guavac
  31.  
  32. Guavac sources are mirrored at these locations:
  33.      ftp://ftp.Germany.EU.net/pub/programming/languages/java/guavac
  34.      ftp://sunsite.mff.cuni.cz/Languages/Java/guavac
  35.      ftp://sunsite.auc.dk/pub/languages/java/guavac
  36.      ftp://ftp.unicamp.br/pub/languages/java/guavac
  37.  
  38. A mailing list has been established at Effective Edge for guavac users and
  39. developers to exchange ideas and solutions.  To join the list, send mail to:
  40.      majordomo@eecs.com
  41. With this in the body (not the subject) of the message:
  42.      subscribe guavac
  43.  
  44. We developed guavac with the intentions of including it with a large-
  45. scale network simulation environment, but have since decided not to
  46. commercialize guavac or any product based upon it.  We are now giving
  47. guavac away under the terms of the Gnu Public License in the hopes that
  48. other people may find it useful and contribute, in turn, to its future.
  49.  
  50. For (non-exclusive) alternate licensing terms, Java-related consulting or
  51. support, or technology parterships, contact Effective Edge at:
  52.      info@eecs.com
  53.  
  54. -------------------------------------------------------------------------------
  55. $Id: RELEASE,v 1.16 1997/11/10 00:46:52 geppetto Exp $